xend: drop XenAPI error message translation
authorIan Campbell <ian.campbell@citrix.com>
Fri, 8 Apr 2011 15:22:51 +0000 (16:22 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 8 Apr 2011 15:22:51 +0000 (16:22 +0100)
commit138c8514f9e0a8bb2fe8436c3ba68943658756dc
treee3103c8350520f080bc88fade50564330c808403
parentbc57ea8ce569116a60f3f66723a20db97d90e23e
xend: drop XenAPI error message translation

The only "translation" is to the C locale (e.g. the NUL
translation). I think it very unlikely we are going to see any new
translations of the XenAPI error messages at this point so the only
purpose of this code appears to be to periodically regenerate
xen-xm.pot with a new embedded timestamp, to the detriment of those of
us who use a version control system.

After much beating with sticks I mananged to enable XenAPI support in
xend and configure xm such that it returns "Permission denied." (AKA
the SESSION_AUTHENTICATION_FAILED message) which I take to be a sign
I've not broken things too badly.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/python/Makefile
tools/python/remove-potcdate.sed [deleted file]
tools/python/xen/xm/XenAPI.py
tools/python/xen/xm/messages/en/xen-xm.po [deleted file]
tools/python/xen/xm/messages/xen-xm.pot [deleted file]